gtk: remove function gtk_entry_queue_draw() and call gtk_widget_queue_draw()
authorMichael Natterer <mitch@gimp.org>
Sat, 5 Feb 2011 22:52:19 +0000 (23:52 +0100)
committerMichael Natterer <mitch@gimp.org>
Sun, 6 Feb 2011 10:17:58 +0000 (11:17 +0100)
commit858ba35873608426d16bf68c7514c2a7a0e4e0e3
treef938937d77cc741bbd121c2021c8592bcd9408cd
parentc1bc521e92488a99855db770deee0ea2f6c2f70a
gtk: remove function gtk_entry_queue_draw() and call gtk_widget_queue_draw()

the old function was a leftover from when GtkEntry had a window
and was now invalidating the entire toplevel on each entry change.
gtk/gtkentry.c